home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1995 August / Personal Computer World (PCW Interactive) (August 1995).iso / system / pcwi.dir / 00189_Script_189 < prev    next >
Text File  |  1995-06-08  |  366b  |  13 lines

  1. on enterFrame
  2.   if not soundbusy(1) then sound playFile 1,"system\pcwmusic.wav"
  3.   set the cursor of sprite 30 to [900, 901]
  4.   set the cursor of sprite 31 to [900, 901]
  5.   set the cursor of sprite 32 to [900, 901]
  6.   set the cursor of sprite 33 to 0
  7.   set the cursor of sprite 34 to 0
  8.   set the cursor of sprite 35 to 0
  9. end
  10.  
  11. on exitFrame
  12.   go to "Exit2"
  13. end